projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6ea190
)
* xml.c (parse_region): Remove unused local
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 23 Jul 2011 18:31:25 +0000
(11:31 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 23 Jul 2011 18:31:25 +0000
(11:31 -0700)
that was recently introduced.
src/ChangeLog
patch
|
blob
|
history
src/xml.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index db5026955ceddb51704dffbbbf3dfb70cabb4477..26425d84c1d7dd1ceaba88d1c833ea583e897222 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2011-07-23 Paul Eggert <eggert@cs.ucla.edu>
+
+ * xml.c (parse_region): Remove unused local
+ that was recently introduced.
+
2011-07-23 Eli Zaretskii <eliz@gnu.org>
* xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
diff --git
a/src/xml.c
b/src/xml.c
index a8a4d8122da32f90ee1646392b85808a7c3f2d13..600dcd11616803508f0675407b8bc057c9f4a74e 100644
(file)
--- a/
src/xml.c
+++ b/
src/xml.c
@@
-87,7
+87,6
@@
static Lisp_Object
parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int htmlp)
{
xmlDoc *doc;
- xmlNode *node;
Lisp_Object result = Qnil;
const char *burl = "";
EMACS_INT bytes;